home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- set the cursor of sprite the currentSpriteNum to [the number of member "finger", the number of member "fingermask"]
- end
-
- on mouseDown
- set the visible of sprite 5 to 1
- repeat while the stillDown and (the bottom of sprite 3 > the bottom of sprite 2)
- set the locV of sprite 3 to the locV of sprite 3 - 5
- updateStage()
- end repeat
- end
-
- on mouseLeave
- set the cursor of sprite the currentSpriteNum to 0
- end
-